projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
982f12d
)
(calendar-cursor-to-date): Rename starred-day to calendar-starred-day.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 28 May 1994 04:32:32 +0000
(
04:32
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 28 May 1994 04:32:32 +0000
(
04:32
+0000)
lisp/calendar/calendar.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/calendar.el
b/lisp/calendar/calendar.el
index 37069fa0a0058cf7da8414dd63480d7ffa68e4a5..18e9dbee947037a3823f6a6b5f0682913c8dfb8e 100644
(file)
--- a/
lisp/calendar/calendar.el
+++ b/
lisp/calendar/calendar.el
@@
-1987,7
+1987,7
@@
ERROR is t, otherwise just returns nil."
(save-excursion
(re-search-backward "[^*]")
(if (looking-at ".\\*\\*")
- (list month starred-day year)
+ (list month
calendar-
starred-day year)
(if error (error "Not on a date!"))))
(if error (error "Not on a date!"))))))